home *** CD-ROM | disk | FTP | other *** search
- // ===============================================================
- // Vertex Program: Heat source mask rendering
- // Description: outputs heat source mask for heatvision pass
- // Last Update: 21/10/2003
- // Coder: Tiago Sousa
- // ===============================================================
-
- #include "../CGVPMacro.csi"
-
- VertAttributes
- {
- POSITION_3
- TEXCOORD0_2
- TANG_3X3
- }
-
- MainInput
- {
- VIEWPROJ_MATRIX
- }
-
- DeclarationsScript
- {
- IN_T0_TANG
- OUT_C0
- }
-
- PositionScript = PosCommon
-
- CoreScript
- {
- OUT.Color=0;
- }
-